home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Misc / emu / fbzx.lha / fbzx / sound.h < prev    next >
C/C++ Source or Header  |  2003-12-14  |  123b  |  11 lines

  1. #ifndef SOUND_H
  2. #define SOUND_H
  3.  
  4. extern char sound_type;
  5.  
  6. int sound_init();
  7. void sound_play();
  8. void sound_close();
  9.  
  10. #endif
  11.